home *** CD-ROM | disk | FTP | other *** search
- -- card: 2924 from stack: in
- -- bmap block id: 2451
- -- flags: 0000
- -- background id: 2586
- -- name:
- ----- HyperTalk script -----
- on openCard
- repeat with x=1 to 10
- if the mouse is up then
- wait 50 ticks
- else
- mouseUp
- exit openCard
- end if
- end repeat
- visual effect dissolve
- go card 2
- end openCard
-
- on mouseUp
- get the number of this card
- if it is 1 then
- visual effect dissolve
- go card 2
- end if
- end mouseUp
-